home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-04-25 | 2.9 KB | 110 lines | [TEXT/R*ch] |
- #
- # File: DropPrint•USB.Make
- #
- # Contains: xxx put contents here xxx
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
- #
- # File Ownership:
- #
- # DRI: xxx put dri here xxx
- #
- # Other Contact: xxx put other contact here xxx
- #
- # Technology: xxx put technology here xxx
- #
- # Writers:
- #
- # (CSS) Chas Spillar
- #
- # Change History (most recent first):
- #
- # <USB7> 7/8/98 CSS Change the SPI and Internal Interface variables to the new
- # names.
- #
-
- # File: DropPrint•USB.make
- # Target: DropPrint•USB
- # Sources: DropShell.c
- # dropshell.r
- # DSAppleEvents.c
- # DSUserProcs.c
- # DSUtils.c
- # ListInDialog.c
- # ListInDialog.r
- # SafeNameRegistry.c
- # TestPrinterClass.c
- # Created: Friday, May 15, 1998 04:37:16 PM
-
-
- MAKEFILE = DropPrint•USB.make
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes =
- Sym•PPC = -sym on
- ObjDir•PPC = {USBObjects}
- AppName = "DropPrint•USB"
- DropPrintTarget = "{USBTargets}Utilities:"{AppName}
-
-
- PPCCOptions = {Includes} {Sym•PPC}
-
- Objects•PPC = ∂
- "{ObjDir•PPC}DropShell.c.x" ∂
- "{ObjDir•PPC}DSAppleEvents.c.x" ∂
- "{ObjDir•PPC}DSUserProcs.c.x" ∂
- "{ObjDir•PPC}DSUtils.c.x" ∂
- "{ObjDir•PPC}ListInDialog.c.x" ∂
- "{ObjDir•PPC}SafeNameRegistry.c.x" ∂
- "{ObjDir•PPC}TestPrinterClass.c.x"
-
-
- "{DropPrintTarget}" ƒƒ {•MondoBuild•} {Objects•PPC}
- PPCLink ∂
- -o {DropPrintTarget} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{SharedLibraries}MathLib" ∂
- "{PPCLibraries}StdCRuntime.o" ∂
- "{PPCLibraries}PPCCRuntime.o" ∂
- "{PPCLibraries}PPCToolLibs.o"
-
-
- "{DropPrintTarget}"ƒƒ {•MondoBuild•} dropshell.r
- Rez dropshell.r -o {DropPrintTarget} {Includes} -append
-
- "{DropPrintTarget}" ƒƒ {•MondoBuild•} ListInDialog.r
- Rez ListInDialog.r -o {DropPrintTarget} {Includes} -append
-
-
- "{ObjDir•PPC}DropShell.c.x" ƒ {•MondoBuild•} DropShell.c
- {PPCC} DropShell.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}DSAppleEvents.c.x" ƒ {•MondoBuild•} DSAppleEvents.c
- {PPCC} DSAppleEvents.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}DSUserProcs.c.x" ƒ {•MondoBuild•} DSUserProcs.c
- {PPCC} DSUserProcs.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}DSUtils.c.x" ƒ {•MondoBuild•} DSUtils.c
- {PPCC} DSUtils.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}ListInDialog.c.x" ƒ {•MondoBuild•} ListInDialog.c
- {PPCC} ListInDialog.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}SafeNameRegistry.c.x" ƒ {•MondoBuild•} SafeNameRegistry.c
- {PPCC} SafeNameRegistry.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}TestPrinterClass.c.x" ƒ {•MondoBuild•} TestPrinterClass.c
- {PPCC} TestPrinterClass.c -o {Targ} {PPCCOptions}
-
- # Clean option - Deletes all object files created by this makefile.
- #..........................
- Clean ƒƒ
- Delete -i {Objects•PPC}
- Delete -i {DropPrintTarget}
-